home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #2 / Monster Media No. 2 (Monster Media)(1994).ISO / bbs_util / horo13.zip / HORO.CFG < prev    next >
Text File  |  1994-05-16  |  6KB  |  137 lines

  1. ; Sample .cfg file for DRsoft Door programs
  2. ;
  3. ; This configuration file can be used by the sysop to customize a DRsoft   
  4. ; door for use on their own system. THE INFORMATION IN THIS FILE IS NOT USUALLY
  5. ; NEEDED, AND THE FILE CAN BE LEFT AS IS, OR EVEN ERASED, without effecting the
  6. ; door's performance. DRsoft doors are designed to run on almost any BBS system
  7. ; automatically, without requiring anything but  the door's .EXE file.
  8. ; However, there are many cases where the sysop may wish to customize a door's
  9. ; operation using this configuration file. The configuration file system is
  10. ; provided to allow the customization of options such as paging hours, maximum
  11. ; time permitted within the door, etc., and to allow DRsoft doors to be run
  12. ; under even the most non-typical BBS setups.
  13. ;
  14. ; Any text following a semi-colon (;), and blank lines, are ignored.
  15. ;
  16. ;------------------------------------------------------------------------------
  17. ;
  18. ;  BBS system directory. Indicates where the door information file (drop file)
  19. ;  can be found. Remove the semi-colon (;) to activate this option.
  20. ;  USE THIS OPTION IF YOU DON'T WANT TO "COPY" YOUR DROP FILE TO THE DOOR DIR.
  21. ;BBSDir    C:\BBS
  22. ;
  23. ;------------------------------------------------------------------------------
  24. ;
  25. ;  The door's working directory. This is where the door's system files are
  26. ;  located. Remove the semi-colon (;) to activate this option.            
  27. ;                                
  28. ;DoorDir    C:\BBS\DRSOFT
  29. ;
  30. ;------------------------------------------------------------------------------
  31. ;
  32. ;  BBS node number that door is running on. Only used if Door is unable
  33. ;  to determine the node number by some other means.
  34. ;
  35. ;Node    1
  36. ;
  37. ;------------------------------------------------------------------------------
  38. ;
  39. ;  Sysop paging hours. Sysop paging will be permitted beginning at the start
  40. ;  time, up until, but not including, the end time. Times should be in 24-hour
  41. ;  format. To disable paging on a particular day, set the paging start and end
  42. ;  times to the same time.
  43. ;
  44. ;                      Start Time    End Time
  45. SundayPagingHours         9:00        22:00
  46. MondayPagingHours         8:30        22:00
  47. TuesdayPagingHours        9:00        22:00
  48. WednesdayPagingHours      8:30        22:00
  49. ThursdayPagingHours       8:30        22:00
  50. FridayPagingHours         8:30        22:00
  51. SaturdayPagingHours       9:00        22:00
  52. ;
  53. ;------------------------------------------------------------------------------
  54. ;
  55. ;  Duration of sysop page. Value indicates the number of beeps that compose the
  56. ;  sysop page alarm.
  57. ;
  58. PageDuration    10
  59. ;
  60. ;------------------------------------------------------------------------------
  61. ;
  62. ;  Maximum length of time a user is permitted to access the door. If the user's
  63. ;  total remaining time on the BBS is less than this value, the user will only
  64. ;  be permitted to access the door for this shorter length of time. This option
  65. ;  may be disabled by placing a semi-colon (;) at the beginning of the line.
  66. ;  When this option is disabled, the user will be permitted to use the full
  67. ;  of their remaining time on the BBS within the door.
  68. ;
  69. ;MaximumDoorTime    15
  70. ;
  71. ;------------------------------------------------------------------------------
  72. ;
  73. ;  Inactivity timeout. Specifies the maximum number of seconds that may elapse
  74. ;  without the user pressing any key, before the user will be automatically
  75. ;  disconnected. A value of 0 disables inactivity timeouts.
  76. ;  DEFAULT VALUE IS TAKEN FROM BBS DROPFILE IF AVAILABLE
  77. InactivityTimeout    200
  78. ;
  79. ;------------------------------------------------------------------------------
  80. ;
  81. ;  Name of the sysop. DRSOFT can usually determine the sysop's name from the
  82. ;  information passed to the door by the BBS. However, some BBS software does
  83. ;  not supply this information to doors. In such cases, if the sysop's name is
  84. ;  required by the door, it may be supplied here. Remove the semi-colon (;) to
  85. ;  activate this option.
  86. ;
  87. ;SysopName    Robert Arguello   
  88. ;
  89. ;------------------------------------------------------------------------------
  90. ;
  91. ;  Name of the BBS. DRsoft can usually determine the name of the BBS from
  92. ;  the information passed to the door by the BBS. However, some BBS software
  93. ;  does not supply this information to door programs. In such cases, if the
  94. ;  name of the BBS is needed by the door, it may be supplied here. Remove the
  95. ;  semi-colon (;) to activate this option.
  96. ;
  97. ;SystemName    The SpeakEasy BBS
  98. ;
  99. ;------------------------------------------------------------------------------
  100. ;
  101. ;  Door colour options. These options specify the various text colours that
  102. ;  will be used by the door if ANSI or AVATAR graphics modes are available.
  103. ;  Colours are specified in the format:
  104. ;
  105. ;         {Bright} {Flashing} [Foreground Colour] on [Background Colour]
  106. ;
  107. ;  Where foreground and background colours are one of:
  108. ;
  109. ;         Black
  110. ;         Blue
  111. ;         Green
  112. ;         Cyan
  113. ;         Red
  114. ;         Magenta
  115. ;         Yellow / Brown
  116. ;         White / Grey
  117. ;
  118. ;
  119. ChatUserColour               Bright white on black
  120. ChatSysopColour              Bright yellow on black
  121. ;------------------------------------------------------------------------------
  122. ;
  123. ;  Memory swapping options. These options are generally not needed, but can be
  124. ;  used to customize  swapping behaviour. "SwappingDir" can be used
  125. ;  to specify which directory or directories should be used for swapping.
  126. ;  Multiple directory paths can be seperated using a semi-colon.
  127. ;  "SwappingNoEMS" can be used to prevent any swapping from being done to EMS
  128. ;  memory, and "SwappingDisable" can be used to disable memory swapping
  129. ;  altogether. Remove the semi-colon (;) to activate any of these options.
  130. ;
  131. ;SwappingDir    C:\
  132. ;SwappingNoEMS
  133. ;SwappingDisable
  134. ;
  135. ;------------------------------------------------------------------------------
  136.  
  137.